Open
Conversation
c531848 to
e225fb7
Compare
5d6cc7e to
a132eb4
Compare
7ab01b6 to
18c6fd1
Compare
783162a to
8d4e619
Compare
640bb32 to
0c13132
Compare
4f88f83 to
21b9b9a
Compare
48bea2b to
4ea2b4c
Compare
04cc14a to
90e16d7
Compare
f14f1de to
2846b78
Compare
5fbe408 to
6eb099e
Compare
c848392 to
94a8f6e
Compare
3ab355c to
28847a5
Compare
28847a5 to
2895a4e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.214.0→2.241.0Release Notes
aws/aws-cdk (aws-cdk-lib)
v2.241.0Compare Source
⚠ BREAKING CHANGES
aws-codedeploy: AWS::CodeDeploy::DeploymentGroup: Id attribute removed.
Features
Bug Fixes
Alpha modules (2.241.0-alpha.0)
Features
recordFieldsandoutputFormatto Vended Logs Mixin (#37042) (dd94c31)v2.240.0Compare Source
Features
Bug Fixes
Alpha modules (2.240.0-alpha.0)
v2.239.0Compare Source
⚠ BREAKING CHANGES
aws-licensemanager: AWS::LicenseManager::License: Beneficiary property is now required
aws-licensemanager: AWS::LicenseManager::License: ProductSKU property is now required
aws-sagemaker: AWS::SageMaker::Cluster: Orchestrator.Eks property is now immutable
Features
Bug Fixes
ajvthat triggers CVE scanners (#37022) (45662ba)Alpha modules (2.239.0-alpha.0)
⚠ BREAKING CHANGES
redshift-alpha: update default node type from
DC2_LARGEtoRA3_LARGEFeatures
fromCodeAssetmethod to create runtime artifact with local code assets (#36472) (c5a87e6), closes #36473toDestination()(#36896) (48f1fe6)Bug Fixes
DC2_LARGEtoRA3_LARGE(#36516) (ea19e5c), closes #36416v2.238.0Compare Source
⚠ BREAKING CHANGES
Features
IDeliveryStreamRefas flow log destination (#36278) (cd73498), closes #33883 #34596 #33757Bug Fixes
Match.anyOfsupport for raw strings (#36908) (6804c7c), closes #36902 #36602 #36602Miscellaneous Chores
Alpha modules (2.238.0-alpha.0)
Features
Bug Fixes
MixinApplicator(#36877) (09db1c9), closes #36847v2.237.1Compare Source
Bug Fixes
Alpha modules (2.237.1-alpha.0)
v2.237.0Compare Source
⚠ BREAKING CHANGES
IEncryptedResourceobjects now have fewer guarantees about the shape of the object. If you still require anIResource, change the type toIEncryptedResource & IResourceand/or add a type guard check usingResource.isResource(). Implementations ofIEncryptedResourceno longer need to implementIResourcebut must continue to implementIEnvironmentAware. SinceIResourceextendsIEnvironmentAware, there is no change for implementors. Calls toGrantableResources.isEncryptedResource()now require anIEnvironmentAwareargument instead ofIConstruct.Features
trustAccountIdentitiesoptional inKeyGrants(#36786) (06676ac)Bug Fixes
IEncryptedResourceextendsIEnvironmentAwareinstead ofIResource(#36787) (90ad834)Alpha modules (2.237.0-alpha.0)
Features
Bug Fixes
v2.236.0Compare Source
Features
Bug Fixes
Alpha modules (2.236.0-alpha.0)
Features
BucketPolicyStatementsMixinpublicly (#36771) (458156d)Bug Fixes
v2.235.1Compare Source
Bug Fixes
Alpha modules (2.235.1-alpha.0)
v2.235.0Compare Source
⚠ BREAKING CHANGES
securityGroupsis now required inManagedInstancesCapacityProviderProps. CloudFormation has always required this field, so any code that omitted it would have failed at deployment time with a validation error. This change catches the error at compile time instead, improving the developer experience. If your code previously omittedsecurityGroups, you must now explicitly provide at least one security group.JobQueue.computeEnvironmentscontains ancomputeEnvironment: IComputeEnvironment → IComputeEnvironmentRef.BackupPlanRule.propscontains abackupVault: IBackupVault → IBackupVaultRef.ApiDestination.fromApiDestinationAttributes()return typeApiDestination → IApiDestination. This should never have returned a class but always an interface, as is the standard for referencing factories.EventDestination.buschangedIEventBus →IEventBusRef;FlowLogDestination.bind()now returns andICluster.executeCommandConfigurationcontains a member changing typeILogGroup → ILogGroupRef.ApiDestination.fromApiDestinationAttributes()now returns anIApiDestination. It used to return anApiDestinationbut this was a mistake, referencing methods always return a type by interface, not by class.EventDestination.busused to be anIEventBusbut is now anIEventBusRef; it needs to be type tested to assert it is actually anIEventBusif that is necessary.FlowLogDestination.bind()andICluster.executeCommandConfigurationnow contain anILogGroupRefinstead of anILogGroup, which guarantees less. These fields are for communication between constructs, and their values should not be used by application builders. If they do, they will need to add a cast or a type check.enableBatchConfigproperty is explicitly disabled by default. Even with this modification, the behavior of HttpAction remains unchanged from before, but only the Cfn template will be modified.Features
Bug Fixes
RuntimeError: apiEndpoint is not configured on the imported HttpApi(revert of "chore(apigatewayv2): reference interfaces") (#36623) (fb17d39), closes aws/aws-cdk#36378Miscellaneous Chores
Alpha modules (2.235.0-alpha.0)
⚠ BREAKING CHANGES
Checklist
Bug Fixes
v2.234.1Compare Source
Bug Fixes
RuntimeError: apiEndpoint is not configured on the imported HttpApi(revert of "chore(apigatewayv2): reference interfaces") (#36623) (1c10d49), closes aws/aws-cdk#36378Alpha modules (2.234.1-alpha.0)
v2.234.0Compare Source
⚠ BREAKING CHANGES
JobQueueexposespublic readonly computeEnvironments: OrderedComputeEnvironment[]. ThecomputeEnvironmentmember of that structure now fewer guarantees, and needs casting. This should not have been exposed, and we assume the use of the exposed property here is rare.BackupPlanRuleexposespublic readonly props: BackupPlanRuleProps. ThebackupVaultmember of that structure now guarantees less, and needs casting. This should never have been exposed, and we assume the use of the exposed property here is rare.aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.AuthStatus attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.AuthUrl attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.CloudId attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.Domain attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.ServiceNow.AuthStatus attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: JiraCloud type removed, replaced by JiraCloudProviderConfiguration.
aws-securityhub: AWS::SecurityHub::ConnectorV2: ServiceNow type removed, replaced by ServiceNowProviderConfiguration.
aws-ssm: AWS::SSM::MaintenanceWindowTarget: Id attribute removed.
Features
Bug Fixes
App.of()returns incorrect values (#36475) (78034d3)arnForXxxx()helpers ignore environments from referenced resources (#36599) (4744c59){ Ref }incompatibility between schema and CFN (#36493) (3b06942)Miscellaneous Chores
Alpha modules (2.234.0-alpha.0)
Features
Bug Fixes
ServerlessCachedoes not use default endpoint port (#35738) (79d91ad)v2.233.0Compare Source
⚠ BREAKING CHANGES
CHANGES TO L1 RESOURCES: L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
aws-ec2: AWS::EC2::EC2Fleet: DefaultTargetCapacityType property is now immutable.
aws-ec2: AWS::EC2::EC2Fleet: TargetCapacityUnitType property is now immutable.
Features
HttpsRedirectuseDistributionas the default CloudFront distribution (under feature flag) (#34312) (e2987eb), closes #31546Bug Fixes
canContainersAccessInstanceRoleinstance role (#36362) (7395b41)fleetandcertificate(#35673) (71cfd60), closes #35664@aws-cdk/region-infothrows anCannot find module 'aws-cdk-lib/core/lib/errors'error (#36414) (01c7d2e), closes #36399ResourceEnvironmentis not an alias (#36370) (ba8e194)Alpha modules (2.233.0-alpha.0)
⚠ BREAKING CHANGES
engineproperty inNoPasswordUserPropshas been removed.Bug Fixes
v2.232.2Compare Source
Bug Fixes
ResourceEnvironmentis not an alias (#36370) (6178d32)Alpha modules (2.232.2-alpha.0)
v2.232.1Compare Source
Bug Fixes
Alpha modules (2.232.1-alpha.0)
v2.232.0Compare Source
Features
Bug Fixes
Alpha modules (2.232.0-alpha.0)
Bug Fixes
aws-cdk-lib(#36201) (5858006), closes #36210v2.231.0Compare Source
Features
arnFor<ResourceName>for 47 more resources (#36231) (5a8be4f)isCfn<ResourceName>static helper to check if a value is this L1 resource (#36243) (dc9db9b)Bug Fixes
Alpha modules (2.231.0-alpha.0)
Features
v2.230.0Compare Source
Features
EventPatterninterfaces can be used withCfnRule(#36191) (efc135e)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.